More customization-related documentation updates.
authorChong Yidong <cyd@gnu.org>
Fri, 6 Jan 2012 10:53:41 +0000 (18:53 +0800)
committerChong Yidong <cyd@gnu.org>
Fri, 6 Jan 2012 10:53:41 +0000 (18:53 +0800)
commit6f6ffe2d497e49e947354ce336237ccc4733bc54
tree3fabdf0ced34ca05bfef258a9a93c9a8529462de
parentc43c854c17b13506ca6390c90a420597213abc01
More customization-related documentation updates.

* doc/emacs/custom.texi (Specifying File Variables): The mode: keyword
doesn't have to be first anymore.  Add example of specifying minor
modes.
(Directory Variables): Simplify example.  Mention application to
non-file buffers.
(Disabling): Use "initialization file" terminology.
(Init Examples): Fix hook example.

* doc/lispref/variables.texi (Directory Local Variables): Document
hack-dir-local-variables-non-file-buffer.

* lisp/files.el (hack-dir-local-variables-non-file-buffer): Add doc.
(hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
functions, along with 1 and -1.
admin/FOR-RELEASE
doc/emacs/ChangeLog
doc/emacs/custom.texi
doc/lispref/ChangeLog
doc/lispref/variables.texi
etc/NEWS
lisp/ChangeLog
lisp/files.el